Write Standard Key Value Repo
Functions
Properties
Inheritors
KeyValueCacheRepo
Link copied to clipboard
StandardKeyValueRepo
Link copied to clipboard
WriteMapKeyValueRepo
Link copied to clipboard
MapKeyValueRepo
Link copied to clipboard
MapperWriteStandardKeyValueRepo
Link copied to clipboard
MapperStandardKeyValueRepo
Link copied to clipboard
KtorStandartKeyValueRepo
Link copied to clipboard
KtorWriteStandardKeyValueRepo
Link copied to clipboard
FileWriteStandardKeyValueRepo
Link copied to clipboard
FileStandardKeyValueRepo
Link copied to clipboard
Extensions
unset
Link copied to clipboard
unset With Values
Link copied to clipboard
inline suspend fun <Key, Value> WriteStandardKeyValueRepo<Key, Value>.unsetWithValues(vararg v: Value)
Content copied to clipboard
inline suspend fun <Key, Value> WriteStandardKeyValueRepo<Key, Value>.unsetWithValues(vararg v: Value)
Content copied to clipboard
inline suspend fun <Key, Value> WriteStandardKeyValueRepo<Key, Value>.unsetWithValues(vararg v: Value)
Content copied to clipboard
with Mapper
Link copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(crossinline keyFromToTo: suspend FromKey.() -> ToKey = { this as ToKey }, crossinline valueFromToTo: suspend FromValue.() -> ToValue = { this as ToValue }, crossinline keyToToFrom: suspend ToKey.() -> FromKey = { this as FromKey }, crossinline valueToToFrom: suspend ToValue.() -> FromValue = { this as FromValue }): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(crossinline keyFromToTo: suspend FromKey.() -> ToKey = { this as ToKey }, crossinline valueFromToTo: suspend FromValue.() -> ToValue = { this as ToValue }, crossinline keyToToFrom: suspend ToKey.() -> FromKey = { this as FromKey }, crossinline valueToToFrom: suspend ToValue.() -> FromValue = { this as FromValue }): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard
inline fun <FromKey, FromValue, ToKey, ToValue> WriteStandardKeyValueRepo<ToKey, ToValue>.withMapper(crossinline keyFromToTo: suspend FromKey.() -> ToKey = { this as ToKey }, crossinline valueFromToTo: suspend FromValue.() -> ToValue = { this as ToValue }, crossinline keyToToFrom: suspend ToKey.() -> FromKey = { this as FromKey }, crossinline valueToToFrom: suspend ToValue.() -> FromValue = { this as FromValue }): WriteStandardKeyValueRepo<FromKey, FromValue>
Content copied to clipboard